CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - sms 解码

搜索资源列表

  1. GSM 终端编程开发PDU码短信

    0下载:
  2. 介绍计算机上实现gsm modem短消息收发的模式,描述gsm modem PDU 模式,包括PDU 模式下的gsm modem模块UCS2 编码、解码原理,以及gsm modem发送与接收PDU 串的编制方式, VB 中的MSCOMM 控件,实现gsm modem短消息收发的核心内容。-briefed on computer modem gsm SMS transceiver model, described GSM modem PDU models, including the PDU mo
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:90266
    • 提供者:施登峰
  1. SMIAndSMOReader

    5下载:
  2. 西门子*.SMI/*.SMO短信文件夹文件读取器(VB.NET)。此程序用于读取SMI/SMO文件。其实文件结构比较简单,直接参看源代码就可以知道了。其中使用了自己写的PDU解码器。-Siemens *. SMI / *. SMO SMS folders document reader (VB.NET). This procedure used to read SMI / SMO document. In fact, the structure of the document is relati
  3. 所属分类:文件操作

    • 发布日期:2008-10-13
    • 文件大小:53773
    • 提供者:王元
  1. tableq

    0下载:
  2. 构建 GB2312 汉字库的 unicode 码表嵌入式系统总离不了处理汉字。一般汉字的处理方法是(以手机接受短信为例):比如你收到了一封短信,该短信解码后是按照 UTF-16 表示的,那么我们需要根据每一个汉字的unicode 码找到它在 GB2312 库中的位置,然后再用对应的点阵数据在屏幕上显示出来。 -GB2312 Store Construction of unicode code table from the total embedded system can handle Ch
  3. 所属分类:界面编程

    • 发布日期:2008-10-13
    • 文件大小:1367
    • 提供者:qifang
  1. Web162_200691614030275

    0下载:
  2. C++实现短信PDU编码和解码功能-C achieve SMS PDU encoding and decoding functions
  3. 所属分类:Web服务器

    • 发布日期:2008-10-13
    • 文件大小:975
    • 提供者:凯凯
  1. PDUdecoding

    0下载:
  2. PDU编码,包括7bit编码和解码,用户手机短信开发-PDU encoding, including the coding and decoding Transfer, the development of SMS users
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:4533
    • 提供者:刘先生
  1. PDU

    0下载:
  2. /// /// /// / ///文 件:.cs ///概 要:针对国内短信解码(USC2) ///组成结构:包含四个函数: /// 1、GetEverySMS(string SMS) /// 2、GetTelphone(string SMS) /// 3、GetDataTime(string SMS) /// 4、GetContent(string SMS)
  3. 所属分类:手机短信编程

    • 发布日期:2014-01-16
    • 文件大小:46579
    • 提供者:xsky
  1. SMS_shortmessage

    0下载:
  2. 很完整的SMS短信编、解码程序代码!!希望对需要的人有所帮助,也希望给点评价
  3. 所属分类:手机短信编程

    • 发布日期:2008-10-13
    • 文件大小:6621
    • 提供者:杨相柱
  1. sgmp30.rar

    0下载:
  2. 电信短信网关平台+v3, dephi写的短信收发程序(包括PDU编解码),对于进行短信收发程序开发人员很有用! ,Telecom SMS Gateway platform+ V3, dephi written to send and receive text messages (including codec PDU), to send and receive SMS procedures for the conduct of developers useful!
  3. 所属分类:Delphi VCL

    • 发布日期:2017-04-10
    • 文件大小:1165142
    • 提供者:mtwww123
  1. GSMDECODEPDU.rar

    0下载:
  2. GSM短信息PDU解码程序,用于单片机控制手机模块进行接收、阅读短信息,GSM SMS PDU decoding process for the single-chip control module to receive cell phone, read a short information
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-03-29
    • 文件大小:584
    • 提供者:李强
  1. TY_CDMA_SMS

    2下载:
  2. 用vc6实现的CDMA短信PDU编码和解码示例-Achieved with vc6 SMS PDU encoding and decoding CDMA Example
  3. 所属分类:手机短信编程

    • 发布日期:2013-09-25
    • 文件大小:3781234
    • 提供者:lanweizhong
  1. gsm_sms

    0下载:
  2. 最新的linux下的SMS的PDU编码及解码,包含iconv函数的用法,及起ASCII到UFT-8的转化。-Under the latest linux SMS-PDU encoding and decoding, including the iconv functions are used, and from ASCII to the UFT-8 conversion.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-28
    • 文件大小:4792
    • 提供者:M
  1. pdu

    0下载:
  2. pdu 短信编码。。支持超长短信的编码与解码,很好用-SMS pdu encoding. . Support split long messages
  3. 所属分类:SMS

    • 发布日期:2017-04-03
    • 文件大小:12302
    • 提供者:黄忠
  1. gsm_task

    0下载:
  2. 实现短信的收发,查看,删除等功能,含PDU模式下的7bit,8bit,unicode的编解码。-Send and receive SMS implementation, view, delete and other functions, including PDU mode 7bit, 8bit, unicode codec.
  3. 所属分类:SMS

    • 发布日期:2017-03-27
    • 文件大小:7727
    • 提供者:ys
  1. SMSPDUDemo

    0下载:
  2. SMS短信PDU编码源码,实现解码编码,程序很精简,值得参考-PDU source code SMS text messages, the realization of decoding codes, procedures are streamlined, it is also useful
  3. 所属分类:.net

    • 发布日期:2017-03-30
    • 文件大小:24499
    • 提供者:坏人
  1. smsmanagercdma

    0下载:
  2. 短信程序,发送接收,编码,解码,中文,英文,解析过程,基本测试应用程序,简单的框架和学习程序,未加皮肤-sms management software ,send receive and delete,open port,close port,send chinese and english,serial port operate
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-29
    • 文件大小:57292
    • 提供者:caylay
  1. 7bitdecode

    0下载:
  2. PDCU 7 BIT 解码程序,目前,发送短消息常用Text和PDU(Protocol Data Unit,协议数据单元)模式。使用Text模式收发短信代码简单,实现起来十分容易,但最大的缺点是不能收发中文短信;而PDU模式不仅支持中文短信,也能发送英文短信。PDU模式收发短信可以使用3种编码:7-bit、8-bit和UCS2编码。7-bit编码用于发送普通的ASCII字符,8-bit编码通常用于发送数据消息,UCS2编码用于发送Unicode字符。-PDCU 7 BIT decoding pr
  3. 所属分类:Communication-Mobile

    • 发布日期:2017-04-08
    • 文件大小:777
    • 提供者:li
  1. SMS

    0下载:
  2. 手机短信编解码开发代码,在linux下编译-source for short message service on linux operating system
  3. 所属分类:SMS

    • 发布日期:2017-03-29
    • 文件大小:16687
    • 提供者:翟芳
  1. sms

    0下载:
  2. SMS:手机短信的编解码程序库。不错的哦!-SMS: SMS codec library. Oh, good!
  3. 所属分类:SMS

    • 发布日期:2017-04-01
    • 文件大小:70767
    • 提供者:长空飞雪
  1. SMS-C-Codec-

    0下载:
  2. sms部分的7bit,8bit和pdu的编解码的实现-sms part of 7bit, 8bit and pdu codec implementation
  3. 所属分类:SMS

    • 发布日期:2017-03-28
    • 文件大小:28425
    • 提供者:
  1. SMS

    0下载:
  2. 用于短信的编码与解码,其中包含UCS2及7-bit的编码解码-function of SMS decode and encode
  3. 所属分类:SMS

    • 发布日期:2017-04-25
    • 文件大小:21272
    • 提供者:zhang
« 1 23 4 »
搜珍网 www.dssz.com